home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / INTER53A.ZIP / COMBINE.DOC < prev    next >
Text File  |  1996-10-19  |  1KB  |  36 lines

  1.                COMBINE.COM v2.00
  2.                  by Ralf Brown
  3.                   19 October 1996
  4.  
  5. COMBINE.COM will concatenate all of the files in the interrupt list
  6. distribution archives into a single master file, which is required by
  7. some viewers and hypertext conversion programs.
  8.  
  9. To use COMBINE, just change to the directory into which you extracted
  10. the distribution archives, and type
  11.  
  12.     COMBINE {dir}
  13.  
  14. where {dir} is the name of the directory in which you want the combined
  15. list to be stored (typically, you will type "COMBINE ." to store the
  16. result in the same directory as the individual sections).  If there is
  17. not enough free disk space to hold both the individual sections and the
  18. combined list, you will be told and given the option of running COMBINE
  19. again with an option to tell it that it should delete each section as
  20. it is added to the combined file:
  21.  
  22.     COMBINE -d {dir}
  23.  
  24. COMBINE will skip any missing sections of the interrupt list; if at
  25. least one section other than INTERRUP.A is present, it will stop as
  26. soon as the last section has been processed (otherwise, it will
  27. continue trying all names through INTERRUP.Z).  On completion, it sets
  28. the combined file's timestamp to be the same as that of the last of
  29. the individual sections.
  30.  
  31. System Requirements:
  32.     DOS 2.0+ or a DOS compatibility box
  33.     64K available RAM
  34.     a copy of the interrupt list :-)
  35.     sufficient free disk space (~360K with the -d option)
  36.